home *** CD-ROM | disk | FTP | other *** search
/ Thailand - Into the 2000's / Thailand: Into the 2000's.iso / Acrobat / Acrobat.exe / EXVW / 10012 < prev    next >
Text File  |  2001-10-26  |  541b  |  19 lines

  1. dialog(name: '$$$/Dialogs/CreateThumbs')
  2. {
  3.     view(align_children: align_top)
  4.     {
  5.         user_item(item_id: 'page', width: 158, height: 158);
  6.         view(align_children: align_center)
  7.         {
  8.             static_text(item_id: 'msg ', name: '$$$/Dialogs/CreateThumbs/Title');
  9.             view(align_children: align_row)
  10.             {
  11.                 static_text(name: '$$$/Dialogs/CreateThumbs/Status');
  12.                 static_text(item_id: 'stat', width: max_char_width() * 20);
  13.             }
  14.             gap(width: max_char_width()*1);
  15.             button(view_id: 'cncl', name: '$$$/ControlsStrings/Cancel');
  16.         }
  17.     }
  18. }
  19.